home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / bbs_game / jewel10.zip / EXAMPLE.CFG < prev    next >
Text File  |  1994-08-27  |  3KB  |  68 lines

  1. THIS FILE IS FOR EXAMPLE ONLY.  YOU MUST CREATE A JEWEL.CFG (MINUS ALL THE
  2. COMMENTS) FOR THE GAME TO WORK.
  3.  
  4. ===============================================================================
  5. Single Node Configuration File:
  6.  
  7. This is what the JEWEL.CFG contains when created (less the comments) 
  8. for Single Node operation.
  9.  
  10. 1                        <-- COM PORT 1, 2, 3, 4 or &H###/#
  11. N                        <-- Multi-Node 'Y' or 'N' (Yes only works in Reg Ver)
  12. COM-DAT BBS              <-- Name Of BBS
  13. Mike Jordan              <-- Sysop's Name or alias
  14. DOOR.SYS                 <-- BBS Created Caller Info File
  15. C:\WC30\WCWORK\NODE1\    <-- Drive & Path Of Systems Caller File (Note \'s)
  16. LOG                      <-- LOG to keep user log or NOLOG to disable
  17. C:\BULLETIN\BULL99.ASC   <-- Drive\Path\BulletinName For Ascii Scores
  18. C:\BULLETIN\BULL99.ANS   <-- Drive\Path\BulletinName For Ansi Scores
  19. Wildcat                  <-- Type of BBS System Your Running
  20. Thanks for Registering   <-- 50 character dedication line (Registered ver only)
  21. 5                        <-- Number of games allowed Per Day (1 to 99)
  22. 3                        <-- Number of days allowed for makeup
  23. 10             <-- Start Day of makeup days                
  24. 1                        <-- Number of Nodes on BBS (1=Single Node)
  25. 1.5                      <-- Guard Action Index 1-2 (larger number = slower)
  26.  
  27. Note 1:  A Lines have to be in the config file, even if they are blank.
  28.  
  29. Multi-Node Configuration File:
  30.  
  31. This is what the JEWEL.CFG contains when created (less the comments) for
  32. Multi-Node operation.
  33.  
  34. %WCPORTID%                 <-- COM PORT 1, 2, 3, 4 or &H###/# 
  35. Y                          <-- Multi-Node 'Y' or 'N' (Yes only works in Reg Ver)
  36. COM-DAT BBS                <-- Name Of BBS
  37. Mike Jordan                <-- Sysop's Name or alias
  38. DOOR.SYS                   <-- BBS Created Caller Info File
  39. C:\WC30\WCWORK\%WCNODEID%\ <-- Drive & Path Of Systems Caller File (Note \'s)
  40. LOG                        <-- LOG to keep user log or NOLOG to disable
  41. C:\BULLETIN\BULL99.ASC     <-- Drive\Path\BulletinName For Ascii Scores
  42. C:\BULLETIN\BULL99.ANS     <-- Drive\Path\BulletinName For ANSI Scores
  43. Wildcat                    <-- Type of BBS System Your Running
  44. Thanks for Registering     <-- 50 character dedication line (Registered ver only)
  45. 50                         <-- Number of games allowed Per Day (1 to 99)
  46. 3                          <-- Number of days allowed for makeup
  47. 10               <-- Start Day of makeup days                
  48. 4                          <-- Numer of Nodes on BBS
  49. 1.5                        <-- Guard Action Index Anything between 1 to 2
  50.  
  51. Note 1:  All Lines have to be in the config file, even if they are blank.
  52.  
  53. These are plain ASCII files.  Any ASCII editor can be used to create or edit 
  54. them.
  55.  
  56. Errors that you might encounter:
  57.  
  58. Error 76 - This indicates that a path is set wrong.
  59. Error 62 - (Input past end of file) This indicates you do not
  60.            have the right number of lines in your *.CFG file.
  61. Error 53 - File Not Found
  62.  
  63. Problem Reading Port or NodeID!! - If you are experencing a problem with 
  64. reading the NodeID or PORTID, then check that your SET WCPORTID= and 
  65. SET WCNODEID= (or what ever you use for an environmental variable) are in
  66. ALL CAPS on both the SET line and the corresponding *.CFG line.
  67.  
  68.